home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / starship.swf / scripts / DefineSprite_167 / frame_95 / DoAction.as
Text File  |  2010-03-13  |  258b  |  17 lines

  1. _root.temp.monsterId = 1;
  2. i = 1;
  3. while(_root.cst.maxMonster >= i)
  4. {
  5.    tellTarget("../../monster_" + i)
  6.    {
  7.       if(id eq _root.temp.monsterId)
  8.       {
  9.          nextFrame();
  10.       }
  11.    }
  12.    active = false;
  13.    nextFrame();
  14.    i++;
  15. }
  16. stop();
  17.